-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turning off logger at the class-constructor level #323
Conversation
Signed-off-by: aadityasinha-dotcom <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aadityasinha-dotcom! Left a few comments
Signed-off-by: aadityasinha-dotcom <[email protected]>
Co-authored-by: Trae Yelovich <[email protected]> Signed-off-by: Aaditya Sinha <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
…ython-sdk into logger
Signed-off-by: aadityasinha-dotcom <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @aadityasinha-dotcom for the enhancement!
When you get a chance, can you please add an entry to the changelog to track this change?
Signed-off-by: aadityasinha-dotcom <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
Looks like the Please resolve the lint errors when possible - thanks 🙂 |
Signed-off-by: aadityasinha-dotcom <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
…ython-sdk into logger
Hello, I have resolved the lint errors also, please review it |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
+ Coverage 89.05% 89.07% +0.01%
==========================================
Files 65 65
Lines 3244 3249 +5
==========================================
+ Hits 2889 2894 +5
Misses 355 355
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @aadityasinha-dotcom!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the implementation @aadityasinha-dotcom
I think it'd be good to have a quick Changelog entry about this. 🥳
## Recent Changes
### Enhancements
- Turning of ......... [#316] (https://github.com/zowe/zowe-client-python-sdk/issues/316)
LGTM! 😋
Signed-off-by: aadityasinha-dotcom <[email protected]>
Signed-off-by: aadityasinha-dotcom <[email protected]>
I believe the changes were addressed 🙏
What It Does
Resolves #316
How to Test
Review Checklist
I certify that I have:
Additional Comments